home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / c / vxp.rea < prev    next >
Encoding:
Text File  |  1996-11-16  |  3.4 KB  |  122 lines

  1.      README for VXP - Visual X windows Programming Interface
  2.  
  3.                   Yong Chen 
  4.  
  5.         stdyxc05@pip.shsu.edu, ychen@bmc.com
  6.  
  7.             Copyright (C) 1994, 1995  by Yong Chen
  8.  
  9.              Last Modified: Apr. 6, 1995
  10.  
  11. DISCLAIMER:
  12.  
  13.      This is beta release 2.0 of VXP -- Visual X windows Programming
  14.      Interface using OSF/Motif widget set.
  15.  
  16.      This software is provided as is with no warranty expressed or
  17.      implied. I hope you find it useful, but I won't be held responsible
  18.      for any damage that may occur from reading, compiling, installing,
  19.      using, or even thinking about it.
  20.  
  21.      See the file COPYRIGHT for details of copyrights.
  22.  
  23. CREDITS:
  24.      Thanks following people to provide me the access to some platforms:
  25.     Stefan Nivall (nivall@ae.chalmers.se), Sun Solaris 2.3, SunOS 4.1.x
  26.     Anders Bolinder(abo@ae.chalmers.se), Sun
  27.     Todd Gruben (t-gruben@tamu.edu), IBM RS/6000 AIX 3.2
  28.     Henry G. Juengst (juengst@saph2.physik.uni-bonn.de), i386 NetBSD 1.0
  29.     
  30.      Thanks people in computer services at Sam Houston State University
  31.      provide me HP platform also ftp, www services.
  32.  
  33. DISTRIBUTION:
  34.  
  35. o Distribution method:
  36.  
  37.      o via FTP:
  38.     ftp.shsu.edu    /pub/VXP
  39.      o via WWW:
  40.     http://www.shsu.edu/~stdyxc05/VXP/Distribution.html
  41.      o www home page:
  42.     http://www.shsu.edu/~stdyxc05/VXP/
  43.  
  44. o Installation:
  45.  
  46.      VXP is distributed in binary format for different platforms. The  
  47.      following list includes platforms that VXP supports and their 
  48.      package name respectively.
  49.  
  50.      File name convention is:
  51.     vxp<version>.<platform>.[tar].[Z|gz]
  52.  
  53.      For example: version 2.0 on HP-UX will be
  54.     vxp2.0.HP-UX.gz
  55.  
  56.      Platforms
  57.  
  58.      1. Hewlett-Packard: HP9000,  HP-UX 9.0x
  59.  
  60.      2. Silicon Graphics: IRIX 5.x
  61.  
  62.      3. Digital Equipemnt Co.: Alpha AXP, OSF/1
  63.  
  64.      4a. Sun: Sun Sparc, SunOS 5.3, Solaris 2.3
  65.  
  66.      4b. Sun: Sun Sparc, SunOS 4.1.x
  67.  
  68.      5. IBM: IBM RISC System/6000, AIX 3.2
  69.  
  70.      6. x86: NetBSD 1.0
  71.  
  72.      7. x86: Linux X11R5/Motif 1.2, X11R6/Motif 2.0
  73.  
  74.      8. x86: SCO
  75.  
  76.      9. x86: Novell UnixWare 1.1, UnixWare 2.0
  77.  
  78.     10. x86: BSD/OS 1.1
  79.   
  80.     11. x86: Unisys 4.0
  81.  
  82.     12. x86: FreeBSD 2.1, X11R6/Motif 1.2
  83.  
  84. INSTALLATION:
  85.  
  86.      Since VXP is distributed in binary format, only thing need to be
  87.      done to install is to unpack the package and make sure the file
  88.      vxp has the permission to execute. 
  89.  
  90.      For example, to install VXP on HP9000 running HP/UX, the package is
  91.      vxp.HP-UX.tar.gz or vxp.HP-UX.tar.Z or vxp.HP-UX.tar. 
  92.      Here is how to unpack:
  93.     % gzcat vxp.HP-UX.tar.gz | tar -xvf -
  94.      or
  95.     % zcat vxp.HP-UX.tar.Z | tar -xvf -
  96.      or 
  97.         % tar xvf vxp.HP-UX.tar
  98.  
  99.      This will create a sub-directory vxp under current directory. The 
  100.      executable for VXP system is "vxp". Some samples can be found in
  101.      vxp/samples sub-directory and vxp/docs contains documentations in
  102.      ascii format and postscript format.
  103.  
  104.      If the file is not tar-ed, which means it is only a binary file, 
  105.      you need to download samples and documentation separately.
  106.  
  107. PROBLEMS:
  108.  
  109.      See the file PROBLEMS for discussion of various often-reported
  110.      problems. Please read this file *before* reporting a problem.
  111.  
  112. REPORTING BUGS/KUDOS:
  113.  
  114.      When reporting bugs, problems, suggestions or contributions,
  115.      please be sure to send them to the right place. I (Yong Chen)
  116.      am really only interested in the working of VXP itself. Anything
  117.      related to X, Xt and Motif should go to MIT and OSF respectively.
  118.  
  119. HISTORY:
  120.   
  121.      See web page URL at http://www.shsu.edu/~stdyxc05/VXP/QA.html.
  122.